home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / SQLRUN.CAB / sqlctr.ini.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 < prev    next >
Encoding:
Text File  |  2001-10-03  |  19.5 KB  |  569 lines

  1.  
  2.  
  3. [info]
  4. drivername=MSSQLServer
  5. symbolfile=sqlctr.h
  6.  
  7.  
  8. [languages]
  9. 009=English
  10.  
  11.  
  12. [text]
  13. BUFMGR_OBJECT_009_NAME=SQLServer:Buffer Manager
  14. BUFMGR_OBJECT_009_HELP=Statistics related to SQL Servers buffer manager
  15.  
  16.  
  17. BUFPART_OBJECT_009_NAME=SQLServer:Buffer Partition
  18. BUFPART_OBJECT_009_HELP=Statistics related to SQL Server's buffer partitions
  19.  
  20.  
  21. GENERAL_OBJECT_009_NAME=SQLServer:General Statistics
  22. GENERAL_OBJECT_009_HELP=Server General Statistics
  23.  
  24.  
  25. LOCKS_OBJECT_009_NAME=SQLServer:Locks
  26. LOCKS_OBJECT_009_HELP=Describes statistics for individual lock server lock requests
  27.  
  28.  
  29. DBMGR_OBJECT_009_NAME=SQLServer:Databases
  30. DBMGR_OBJECT_009_HELP=This defines a Database manager object for SQL Server
  31.  
  32.  
  33. LATCH_OBJECT_009_NAME=SQLServer:Latches
  34. LATCH_OBJECT_009_HELP=Collects statistics associated with internal server latches
  35.  
  36.  
  37. ACCESS_METHODS_OBJECT_009_NAME=SQLServer:Access Methods
  38. ACCESS_METHODS_OBJECT_009_HELP=Collects statistics associated with the database server access methods
  39.  
  40.  
  41. SQL_OBJECT_009_NAME=SQLServer:SQL Statistics
  42. SQL_OBJECT_009_HELP=Collects statistics associated with SQL requests
  43.  
  44.  
  45. CACHE_OBJECT_009_NAME=SQLServer:Cache Manager
  46. CACHE_OBJECT_009_HELP=This defines cache counters
  47.  
  48.  
  49. MEMORY_OBJECT_009_NAME=SQLServer:Memory Manager
  50. MEMORY_OBJECT_009_HELP=This defines memory usage.
  51.  
  52.  
  53. USER_QUERY_OBJECT_009_NAME=SQLServer:User Settable
  54. USER_QUERY_OBJECT_009_HELP=This defines user definable counters
  55.  
  56.  
  57. REPLICATION_AGENT_OBJECT_009_NAME=SQLServer:Replication Agents
  58. REPLICATION_AGENT_OBJECT_009_HELP=Replication Summary
  59.  
  60.  
  61. MERGE_AGENT_OBJECT_009_NAME=SQLServer:Replication Merge
  62. MERGE_AGENT_OBJECT_009_HELP=Replication Merge Agent Statistics
  63.  
  64.  
  65. LOGREADER_AGENT_OBJECT_009_NAME=SQLServer:Replication Logreader
  66. LOGREADER_AGENT_OBJECT_009_HELP=Replication Logreader Agent Statistics
  67.  
  68.  
  69. DISTRIBUTION_AGENT_OBJECT_009_NAME=SQLServer:Replication Dist.
  70. DISTRIBUTION_AGENT_OBJECT_009_HELP=Replication Distribution Agent Statistics
  71.  
  72.  
  73. SNAPSHOT_AGENT_OBJECT_009_NAME=SQLServer:Replication Snapshot
  74. SNAPSHOT_AGENT_OBJECT_009_HELP=Replication Snapshot Agent Statistics
  75.  
  76.  
  77. BACKUP_DEV_OBJECT_009_NAME=SQLServer:Backup Device
  78. BACKUP_DEV_OBJECT_009_HELP=This defines a backup device object for SQL Server
  79.  
  80.  
  81. BUF_CACHE_HIT_RATIO_009_NAME=Buffer cache hit ratio
  82. BUF_CACHE_HIT_RATIO_009_HELP=Percentage of pages that were found in the buffer pool without having to incur a read from disk.
  83.  
  84.  
  85. BUF_CACHE_RATIO_BASE_009_NAME=Buffer cache hit ratio base
  86. BUF_CACHE_RATIO_BASE_009_HELP=Base for prior entry
  87.  
  88.  
  89. BUF_PAGE_REQUESTS_009_NAME=Page lookups/sec
  90. BUF_PAGE_REQUESTS_009_HELP=Number of requests to find a page in the buffer pool.
  91.  
  92.  
  93. BUF_FREELIST_STALLS_009_NAME=Free list stalls/sec
  94. BUF_FREELIST_STALLS_009_HELP=Number of requests that had to wait for a free page.
  95.  
  96.  
  97. BUF_NUM_FREE_BUFFERS_009_NAME=Free pages
  98. BUF_NUM_FREE_BUFFERS_009_HELP=Total number of pages on all free lists.
  99.  
  100.  
  101. BUF_COMMITTED_PAGE_COUNT_009_NAME=Total pages
  102. BUF_COMMITTED_PAGE_COUNT_009_HELP=Number of pages in the buffer pool (includes database, free, and stolen).
  103.  
  104.  
  105. BUF_TARGET_PAGE_COUNT_009_NAME=Target pages
  106. BUF_TARGET_PAGE_COUNT_009_HELP=Ideal number of pages in the buffer pool.
  107.  
  108.  
  109. BUF_HASHED_PAGE_COUNT_009_NAME=Database pages
  110. BUF_HASHED_PAGE_COUNT_009_HELP=Number of pages in the buffer pool with database content.
  111.  
  112.  
  113. BUF_RESERVED_PAGE_COUNT_009_NAME=Reserved pages
  114. BUF_RESERVED_PAGE_COUNT_009_HELP=Number of buffer pool reserved pages.
  115.  
  116.  
  117. BUF_STOLEN_PAGE_COUNT_009_NAME=Stolen pages
  118. BUF_STOLEN_PAGE_COUNT_009_HELP=Number of pages used for miscellaneous server purposes (including procedure cache).
  119.  
  120.  
  121. BUF_LAZY_WRITES_009_NAME=Lazy writes/sec
  122. BUF_LAZY_WRITES_009_HELP=Number of buffers written by buffer manager's lazy writer.
  123.  
  124.  
  125. BUF_READAHEAD_PAGES_009_NAME=Readahead pages/sec
  126. BUF_READAHEAD_PAGES_009_HELP=Number of pages read in anticipation of use.
  127.  
  128.  
  129. BUF_PROCCACHE_SIZE_009_NAME=Procedure cache pages
  130. BUF_PROCCACHE_SIZE_009_HELP=Number of pages used to store compiled queries.
  131.  
  132.  
  133. BUF_BLOCK_READS_009_NAME=Page reads/sec
  134. BUF_BLOCK_READS_009_HELP=Number of physical database page reads issued.
  135.  
  136.  
  137. BUF_BLOCK_WRITES_009_NAME=Page writes/sec
  138. BUF_BLOCK_WRITES_009_HELP=Number of physical database page writes issued.
  139.  
  140.  
  141. BUF_CHECKPOINT_WRITES_009_NAME=Checkpoint pages/sec
  142. BUF_CHECKPOINT_WRITES_009_HELP=Number of pages flushed by checkpoint or other operations that require all dirty pages to be flushed.
  143.  
  144.  
  145. BUF_AWE_LOOKUP_MAPS_009_NAME=AWE lookup maps/sec
  146. BUF_AWE_LOOKUP_MAPS_009_HELP=Number of AWE map calls made for pages found in the buffer pool.
  147.  
  148.  
  149. BUF_AWE_STOLEN_MAPS_009_NAME=AWE stolen maps/sec
  150. BUF_AWE_STOLEN_MAPS_009_HELP=Number of AWE map calls made for pages stolen from the buffer pool.
  151.  
  152.  
  153. BUF_AWE_WRITE_MAPS_009_NAME=AWE write maps/sec
  154. BUF_AWE_WRITE_MAPS_009_HELP=Number of AWE map calls made for pages to be written to disk.
  155.  
  156.  
  157. BUF_AWE_UNMAP_CALLS_009_NAME=AWE unmap calls/sec
  158. BUF_AWE_UNMAP_CALLS_009_HELP=Number of AWE unmap calls.
  159.  
  160.  
  161. BUF_AWE_UNMAP_PAGES_009_NAME=AWE unmap pages/sec
  162. BUF_AWE_UNMAP_PAGES_009_HELP=Number of AWE pages unmapped.
  163.  
  164.  
  165. BUF_LIFE_EXPECTANCY_009_NAME=Page life expectancy
  166. BUF_LIFE_EXPECTANCY_009_HELP=Number of seconds a page will stay in the buffer pool without references.
  167.  
  168.  
  169. BUFPART_NUM_FREE_BUFFERS_009_NAME=Free pages
  170. BUFPART_NUM_FREE_BUFFERS_009_HELP=Number of pages on partition free list.
  171.  
  172.  
  173. BUFPART_FREE_BUFFERS_USED_009_NAME=Free list requests/sec
  174. BUFPART_FREE_BUFFERS_USED_009_HELP=Number of times a free page was requested.
  175.  
  176.  
  177. BUFPART_FREE_BUFFERS_EMPTY_009_NAME=Free list empty/sec
  178. BUFPART_FREE_BUFFERS_EMPTY_009_HELP=Number of times a free page was requested and none were available.
  179.  
  180.  
  181. GO_LOGINS_009_NAME=Logins/sec
  182. GO_LOGINS_009_HELP=Total number of logins started per second.
  183.  
  184.  
  185. GO_LOGOUTS_009_NAME=Logouts/sec
  186. GO_LOGOUTS_009_HELP=Total number of logouts started per second.
  187.  
  188.  
  189. GO_USER_CONNECTIONS_009_NAME=User Connections
  190. GO_USER_CONNECTIONS_009_HELP=Number of users connected to the system.
  191.  
  192.  
  193. LCK_NUM_REQUESTS_009_NAME=Lock Requests/sec
  194. LCK_NUM_REQUESTS_009_HELP=Number of new locks and lock conversions requested from the lock manager.
  195.  
  196.  
  197. LCK_NUM_TIMEOUTS_009_NAME=Lock Timeouts/sec
  198. LCK_NUM_TIMEOUTS_009_HELP=Number of lock requests that timed out. This includes internal requests for NOWAIT locks.
  199.  
  200.  
  201. LCK_NUM_DEADLOCKS_009_NAME=Number of Deadlocks/sec
  202. LCK_NUM_DEADLOCKS_009_HELP=Number of lock requests that resulted in a deadlock.
  203.  
  204.  
  205. LCK_NUM_WAITS_009_NAME=Lock Waits/sec
  206. LCK_NUM_WAITS_009_HELP=Number of lock requests that could not be satisfied immediately and required the caller to wait before being granted the lock.
  207.  
  208.  
  209. LCK_TOTAL_WAITTIME_009_NAME=Lock Wait Time (ms)
  210. LCK_TOTAL_WAITTIME_009_HELP=Total wait time (milliseconds) for locks in the last second.
  211.  
  212.  
  213. LCK_AVERAGE_WAITTIME_009_NAME=Average Wait Time (ms)
  214. LCK_AVERAGE_WAITTIME_009_HELP=The average amount of wait time (milliseconds) for each lock request that resulted in a wait.
  215.  
  216.  
  217. LCK_AVERAGE_WAITTIME_BASE_009_NAME=Average Wait Time Base
  218. LCK_AVERAGE_WAITTIME_BASE_009_HELP=Base for Averate Wait Time.
  219.  
  220.  
  221. DB_DATA_SIZE_009_NAME=Data File(s) Size (KB)
  222. DB_DATA_SIZE_009_HELP=The cumulative size of all the data files in the database.
  223.  
  224.  
  225. DB_LOG_SIZE_009_NAME=Log File(s) Size (KB)
  226. DB_LOG_SIZE_009_HELP=The cumulative size of all the log files in the database.
  227.  
  228.  
  229. DB_LOG_USED_009_NAME=Log File(s) Used Size (KB)
  230. DB_LOG_USED_009_HELP=The cumulative used size of all the log files in the database.
  231.  
  232.  
  233. DB_LOG_USED_PERCENT_009_NAME=Percent Log Used
  234. DB_LOG_USED_PERCENT_009_HELP=The percent of space in the log that is in use.
  235.  
  236.  
  237. DB_ACT_XTRAN_009_NAME=Active Transactions
  238. DB_ACT_XTRAN_009_HELP=Number of active transactions for the database.
  239.  
  240.  
  241. DB_TOTAL_XTRAN_009_NAME=Transactions/sec
  242. DB_TOTAL_XTRAN_009_HELP=Number of transactions started for the database.
  243.  
  244.  
  245. DB_REPLTRANS_009_NAME=Repl. Pending Xacts
  246. DB_REPLTRANS_009_HELP=Number of pending replication transactions in the database.
  247.  
  248.  
  249. DB_REPLCOUNT_009_NAME=Repl. Trans. Rate
  250. DB_REPLCOUNT_009_HELP=Replication transaction rate (replicated transactions/sec.).
  251.  
  252.  
  253. DB_LOGCACHE_READS_009_NAME=Log Cache Reads/sec
  254. DB_LOGCACHE_READS_009_HELP=Reads performed through the log manager cache.
  255.  
  256.  
  257. DB_LOGCACHE_RATIO_009_NAME=Log Cache Hit Ratio
  258. DB_LOGCACHE_RATIO_009_HELP=Percentage of log cache reads that were satisfied from the log cache.
  259.  
  260.  
  261. DB_LOGCACHE_BASE_009_NAME=Log Cache Hit Ratio Base
  262. DB_LOGCACHE_BASE_009_HELP=Base for log cache calculations
  263.  
  264.  
  265. DB_BULK_ROWS_009_NAME=Bulk Copy Rows/sec
  266. DB_BULK_ROWS_009_HELP=Number of rows bulk copied.
  267.  
  268.  
  269. DB_BULK_KILOBYTES_009_NAME=Bulk Copy Throughput/sec
  270. DB_BULK_KILOBYTES_009_HELP=KiloBytes bulk copied.
  271.  
  272.  
  273. DB_BCK_DB_THROUGHPUT_009_NAME=Backup/Restore Throughput/sec
  274. DB_BCK_DB_THROUGHPUT_009_HELP=Read/write throughput for backup/restore of a database.
  275.  
  276.  
  277. DB_DBCC_SCANRATE_009_NAME=DBCC Logical Scan Bytes/sec
  278. DB_DBCC_SCANRATE_009_HELP=Logical read scan rate for DBCC commands
  279.  
  280.  
  281. DB_DBCC_MOVERATE_009_NAME=Shrink Data Movement Bytes/sec
  282. DB_DBCC_MOVERATE_009_HELP=The rate data is being moved by Autoshrink, DBCC SHRINKDATABASE or SHRINKFILE.
  283.  
  284.  
  285. DB_FLUSHES_009_NAME=Log Flushes/sec
  286. DB_FLUSHES_009_HELP=Number of log flushes.
  287.  
  288.  
  289. DB_BYTES_FLUSHED_009_NAME=Log Bytes Flushed/sec
  290. DB_BYTES_FLUSHED_009_HELP=Total number of log bytes flushed.
  291.  
  292.  
  293. DB_FLUSH_WAITS_009_NAME=Log Flush Waits/sec
  294. DB_FLUSH_WAITS_009_HELP=Number of commits waiting on log flush.
  295.  
  296.  
  297. DB_FLUSH_WAIT_TIME_009_NAME=Log Flush Wait Time
  298. DB_FLUSH_WAIT_TIME_009_HELP=Total wait time (milliseconds).
  299.  
  300.  
  301. DB_LOG_TRUNCS_009_NAME=Log Truncations
  302. DB_LOG_TRUNCS_009_HELP=Total number of log truncations for this database.
  303.  
  304.  
  305. DB_LOG_GROWTHS_009_NAME=Log Growths
  306. DB_LOG_GROWTHS_009_HELP=Total number of log growths for this database.
  307.  
  308.  
  309. DB_LOG_SHRINKS_009_NAME=Log Shrinks
  310. DB_LOG_SHRINKS_009_HELP=Total number of log shrinks for this database.
  311.  
  312.  
  313. LATCH_WAITS_NP_009_NAME=Latch Waits/sec
  314. LATCH_WAITS_NP_009_HELP=Number of latch requests that could not be granted immediately and had to wait before being granted.
  315.  
  316.  
  317. LATCH_AVG_WAIT_NP_009_NAME=Average Latch Wait Time (ms)
  318. LATCH_AVG_WAIT_NP_009_HELP=Average latch wait time (milliseconds) for latch requests that had to wait.
  319.  
  320.  
  321. LATCH_AVG_WAIT_BASE_009_NAME=Average Latch Wait Time Base
  322. LATCH_AVG_WAIT_BASE_009_HELP=Base for Average Latch Wait Time.
  323.  
  324.  
  325. LATCH_TOTAL_WAIT_NP_009_NAME=Total Latch Wait Time (ms)
  326. LATCH_TOTAL_WAIT_NP_009_HELP=Total latch wait time (milliseconds) for latch requests that had to wait in the last second.
  327.  
  328.  
  329. AM_FULL_SCAN_009_NAME=Full Scans/sec
  330. AM_FULL_SCAN_009_HELP=Number of unrestricted full scans. These can either be base table or full index scans.
  331.  
  332.  
  333. AM_RANGE_SCAN_009_NAME=Range Scans/sec
  334. AM_RANGE_SCAN_009_HELP=Number of qualified range scans through indexes.
  335.  
  336.  
  337. AM_PROBE_SCAN_009_NAME=Probe Scans/sec
  338. AM_PROBE_SCAN_009_HELP=Number of probe scans. A probe scan is used to directly look up rows in an index or base table.
  339.  
  340.  
  341. AM_SCAN_REPOSITION_009_NAME=Scan Point Revalidations/sec
  342. AM_SCAN_REPOSITION_009_HELP=Number of times the scan point had to be revalidated to continue the scan.
  343.  
  344.  
  345. AM_WORKFILES_CREATED_009_NAME=Workfiles Created/sec
  346. AM_WORKFILES_CREATED_009_HELP=Number of workfiles created in the last second.
  347.  
  348.  
  349. AM_WORKTABLES_CREATED_009_NAME=Worktables Created/sec
  350. AM_WORKTABLES_CREATED_009_HELP=Number of worktables created in the last second.
  351.  
  352.  
  353. AM_WORKTABLES_FROM_CACHE_009_NAME=Worktables From Cache Ratio
  354. AM_WORKTABLES_FROM_CACHE_009_HELP=Percent of worktables created where the initial pages were available in the worktable cache.
  355.  
  356.  
  357. AM_WORKTABLES_FROM_CACHE_BASE_009_NAME=Worktables From Cache Base
  358. AM_WORKTABLES_FROM_CACHE_BASE_009_HELP=Percent of worktables from cache base.
  359.  
  360.  
  361. AM_FORWARDED_RECS_009_NAME=Forwarded Records/sec
  362. AM_FORWARDED_RECS_009_HELP=Number of records fetched through forwarded record pointers.
  363.  
  364.  
  365. AM_GHOSTED_SKIPS_009_NAME=Skipped Ghosted Records/sec
  366. AM_GHOSTED_SKIPS_009_HELP=Number of ghosted records skipped during scans.
  367.  
  368.  
  369. AM_INDEX_SEARCHES_009_NAME=Index Searches/sec
  370. AM_INDEX_SEARCHES_009_HELP=Number of index searches. Index searches are used to start range scans, single index record fetches, and to reposition within an index.
  371.  
  372.  
  373. AM_FREESPACE_SCANS_009_NAME=FreeSpace Scans/sec
  374. AM_FREESPACE_SCANS_009_HELP=Number of scans initiated to search for free space to insert a new record fragment.
  375.  
  376.  
  377. AM_FREESPACE_PAGES_009_NAME=FreeSpace Page Fetches/sec
  378. AM_FREESPACE_PAGES_009_HELP=Number of pages returned by free space scans to satisfy requests to insert record fragments.
  379.  
  380.  
  381. AM_PAGES_ALLOCATED_009_NAME=Pages Allocated/sec
  382. AM_PAGES_ALLOCATED_009_HELP=Number of pages allocated to database objects for storing index or data records.
  383.  
  384.  
  385. AM_EXTENTS_ALLOCATED_009_NAME=Extents Allocated/sec
  386. AM_EXTENTS_ALLOCATED_009_HELP=Number of extents allocated to database objects for storing index or data records.
  387.  
  388.  
  389. AM_SINGLE_PAGE_ALLOCS_009_NAME=Mixed page allocations/sec
  390. AM_SINGLE_PAGE_ALLOCS_009_HELP=Number of pages allocated from mixed extents. Used for storing the first eight pages allocated to an index or table.
  391.  
  392.  
  393. AM_EXTENTS_DEALLOCATED_009_NAME=Extent Deallocations/sec
  394. AM_EXTENTS_DEALLOCATED_009_HELP=Number of extents deallocated from database objects.
  395.  
  396.  
  397. AM_PAGE_DEALLOCS_009_NAME=Page Deallocations/sec
  398. AM_PAGE_DEALLOCS_009_HELP=Number of pages deallocated.
  399.  
  400.  
  401. AM_PAGE_SPLITS_009_NAME=Page Splits/sec
  402. AM_PAGE_SPLITS_009_HELP=Number of page splits occurring as the result of index pages overflowing.
  403.  
  404.  
  405. AM_LOCKESCALATIONS_009_NAME=Table Lock Escalations/sec
  406. AM_LOCKESCALATIONS_009_HELP=The number of times locks on a table were escalated.
  407.  
  408.  
  409. SQL_BATCH_REQ_009_NAME=Batch Requests/sec
  410. SQL_BATCH_REQ_009_HELP=Number of SQL batch requests received by server.
  411.  
  412.  
  413. SQL_AUTOPARAM_REQ_009_NAME=Auto-Param Attempts/sec
  414. SQL_AUTOPARAM_REQ_009_HELP=Number of auto-parameterization attempts.
  415.  
  416.  
  417. SQL_AUTOPARAM_FAIL_009_NAME=Failed Auto-Params/sec
  418. SQL_AUTOPARAM_FAIL_009_HELP=Number of failed auto-parameterizations.
  419.  
  420.  
  421. SQL_AUTOPARAM_SAFE_009_NAME=Safe Auto-Params/sec
  422. SQL_AUTOPARAM_SAFE_009_HELP=Number of safe auto-parameterizations.
  423.  
  424.  
  425. SQL_AUTOPARAM_UNSAFE_009_NAME=Unsafe Auto-Params/sec
  426. SQL_AUTOPARAM_UNSAFE_009_HELP=Number of unsafe auto-parameterizations.
  427.  
  428.  
  429. SQL_COMPILES_009_NAME=SQL Compilations/sec
  430. SQL_COMPILES_009_HELP=Number of SQL compilations.
  431.  
  432.  
  433. SQL_RECOMPILES_009_NAME=SQL Re-Compilations/sec
  434. SQL_RECOMPILES_009_HELP=Number of SQL re-compiles.
  435.  
  436.  
  437. CACHE_HIT_RATIO_009_NAME=Cache Hit Ratio
  438. CACHE_HIT_RATIO_009_HELP=Ratio between cache hits and lookups
  439.  
  440.  
  441. CACHE_HIT_RATIO_BASE_009_NAME=Cache Hit Ratio Base
  442. CACHE_HIT_RATIO_BASE_009_HELP=Base for prior entry
  443.  
  444.  
  445. CACHE_PGS_IN_USE_009_NAME=Cache Pages
  446. CACHE_PGS_IN_USE_009_HELP=Number of 8k pages used by cache objects
  447.  
  448.  
  449. CACHE_OBJECT_COUNT_009_NAME=Cache Object Counts
  450. CACHE_OBJECT_COUNT_009_HELP=Number of cache objects in the cache
  451.  
  452.  
  453. CACHE_USE_COUNT_009_NAME=Cache Use Counts/sec
  454. CACHE_USE_COUNT_009_HELP=Times each type of cache object has been used
  455.  
  456.  
  457. MEMORY_CONNECTION_MEMORY_009_NAME=Connection Memory (KB)
  458. MEMORY_CONNECTION_MEMORY_009_HELP=Total amount of dynamic memory the server is using for maintaining connections
  459.  
  460.  
  461. MEMORY_MEMGRANT_OUTSTANDING_009_NAME=Granted Workspace Memory (KB)
  462. MEMORY_MEMGRANT_OUTSTANDING_009_HELP=Total amount of memory granted to executing processes. This memory is used for hash, sort and create index operations.
  463.  
  464.  
  465. MEMORY_LOCK_MEMORY_009_NAME=Lock Memory (KB)
  466. MEMORY_LOCK_MEMORY_009_HELP=Total amount of dynamic memory the server is using for locks
  467.  
  468.  
  469. MEMORY_LOCKS_ALLOCATED_009_NAME=Lock Blocks Allocated
  470. MEMORY_LOCKS_ALLOCATED_009_HELP=The current number of allocated lock blocks.
  471.  
  472.  
  473. MEMORY_LOCKOWNERS_ALLOCATED_009_NAME=Lock Owner Blocks Allocated
  474. MEMORY_LOCKOWNERS_ALLOCATED_009_HELP=The current number of allocated lock owner blocks.
  475.  
  476.  
  477. MEMORY_LOCKS_009_NAME=Lock Blocks
  478. MEMORY_LOCKS_009_HELP=The current number of lock blocks that are in use on the server. Refreshed periodically.
  479.  
  480.  
  481. MEMORY_LOCKOWNERS_009_NAME=Lock Owner Blocks
  482. MEMORY_LOCKOWNERS_009_HELP=The number of lock owner blocks that are currently in use on the server. Refreshed periodically.
  483.  
  484.  
  485. MEMORY_MEMGRANT_MAXIMUM_009_NAME=Maximum Workspace Memory (KB)
  486. MEMORY_MEMGRANT_MAXIMUM_009_HELP=Total amount of memory granted to executing processes. This memory is used primarily for hash, sort and create index operations.
  487.  
  488.  
  489. MEMORY_MEMGRANT_ACQUIRES_009_NAME=Memory Grants Outstanding
  490. MEMORY_MEMGRANT_ACQUIRES_009_HELP=Current number of processes that have successfully acquired a workspace memory grant
  491.  
  492.  
  493. MEMORY_MEMGRANT_WAITERS_009_NAME=Memory Grants Pending
  494. MEMORY_MEMGRANT_WAITERS_009_HELP=Current number of processes waiting for a workspace memory grant
  495.  
  496.  
  497. MEMORY_OPTIMIZER_MEMORY_009_NAME=Optimizer Memory (KB)
  498. MEMORY_OPTIMIZER_MEMORY_009_HELP=Total amount of dynamic memory the server is using for query optimization
  499.  
  500.  
  501. MEMORY_SQL_CACHE_MEMORY_009_NAME=SQL Cache Memory (KB)
  502. MEMORY_SQL_CACHE_MEMORY_009_HELP=Total amount of dynamic memory the server is using for the dynamic SQL cache
  503.  
  504.  
  505. MEMORY_SERVER_MEMORY_TARGET_009_NAME=Target Server Memory(KB)
  506. MEMORY_SERVER_MEMORY_TARGET_009_HELP=Total amount of dynamic memory the server is willing to consume
  507.  
  508.  
  509. MEMORY_SERVER_MEMORY_009_NAME=Total Server Memory (KB)
  510. MEMORY_SERVER_MEMORY_009_HELP=Total amount of dynamic memory the server is currently consuming
  511.  
  512.  
  513. QUERY_INSTANCE_009_NAME=Query
  514. QUERY_INSTANCE_009_HELP=As defined by the user.
  515.  
  516.  
  517. RUNNING_INSTANCE_009_NAME=Running
  518. RUNNING_INSTANCE_009_HELP=The number of replication agents currently running.
  519.  
  520.  
  521. UPLOAD_INSTANCE_009_NAME=Uploaded Changes/sec
  522. UPLOAD_INSTANCE_009_HELP=The number of rows per second merged from the Subscriber to the Publisher.
  523.  
  524.  
  525. DOWNLOAD_INSTANCE_009_NAME=Downloaded Changes/sec
  526. DOWNLOAD_INSTANCE_009_HELP=The number of rows per second merged from the Publisher to the Subscriber.
  527.  
  528.  
  529. MERGE_CONFLICTS_INSTANCE_009_NAME=Conflicts/sec
  530. MERGE_CONFLICTS_INSTANCE_009_HELP=The number of conflicts per second occurring during the merge process.
  531.  
  532.  
  533. LOGREADER_LATENCY_INSTANCE_009_NAME=Logreader:Delivery Latency
  534. LOGREADER_LATENCY_INSTANCE_009_HELP=The current amount of time, in milliseconds, elapsed from when transactions are applied at the Publisher to when they are delivered to the Distributor.
  535.  
  536.  
  537. LOGREADER_COMMANDS_INSTANCE_009_NAME=Logreader:Delivered Cmds/sec
  538. LOGREADER_COMMANDS_INSTANCE_009_HELP=The number of commands per second delivered to the Distributor.
  539.  
  540.  
  541. LOGREADER_TRANSACTIONS_INSTANCE_009_NAME=Logreader:Delivered Trans/sec
  542. LOGREADER_TRANSACTIONS_INSTANCE_009_HELP=The number of transactions per second delivered to the Distributor.
  543.  
  544.  
  545. DISTRIBUTION_LATENCY_INSTANCE_009_NAME=Dist:Delivery Latency
  546. DISTRIBUTION_LATENCY_INSTANCE_009_HELP=The current amount of time, in milliseconds, elapsed from when transactions are delivered to the Distributor to when they are applied at the Subscriber.
  547.  
  548.  
  549. DISTRIBUTION_COMMANDS_INSTANCE_009_NAME=Dist:Delivered Cmds/sec
  550. DISTRIBUTION_COMMANDS_INSTANCE_009_HELP=The number of commands per second delivered to the Subscriber.
  551.  
  552.  
  553. DISTRIBUTION_TRANS_INSTANCE_009_NAME=Dist:Delivered Trans/sec
  554. DISTRIBUTION_TRANS_INSTANCE_009_HELP=The number of transactions per second delivered to the Subscriber.
  555.  
  556.  
  557. SNAPSHOT_COMMANDS_BCPED_009_NAME=Snapshot:Delivered Cmds/sec
  558. SNAPSHOT_COMMANDS_BCPED_009_HELP=The number of commands per second delivered to the Distributor.
  559.  
  560.  
  561. SNAPSHOT_TRANSACTIONS_BCPED_009_NAME=Snapshot:Delivered Trans/sec
  562. SNAPSHOT_TRANSACTIONS_BCPED_009_HELP=The number of transactions per second delivered to the Distributor.
  563.  
  564.  
  565. DB_BCK_DEV_THROUGHPUT_009_NAME=Device Throughput Bytes/sec
  566. DB_BCK_DEV_THROUGHPUT_009_HELP=Read/write throughput for a backup device.
  567.  
  568.  
  569.